Interface symantec.itools.db.beans.brl.Validation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.Validation

public interface Validation
extends ComputedColumn
Interface for Validating data

Version:
1.00 06/18/98
Author:
Puru Balakrishnan

Method Index

 o validate(ValidationRow)

return the computed value from the passed in input Row.

Methods

 o validate
public abstract void validate(ValidationRow inputRow) throws ValidationException

return the computed value from the passed in input Row. The first parameter ,ComputeRow, is a grouping of columns which are to be used for calculating the new derived value. These columns could represent constant as well as real database columns.

Parameters:
inputRow - row of input columns
Throws: ValidationException
if rule validation fails
See Also:
ComputeRow

All Packages  Class Hierarchy  This Package  Previous  Next  Index